projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb8266
)
(save_excursion_save): Pass the new arg to Fcopy_marker.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Sep 1995 02:02:17 +0000
(
02:02
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Sep 1995 02:02:17 +0000
(
02:02
+0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index e0593c69bdf1dfb69949ed09e2bcf96aaeb50e18..ee4993f057b7a5f51e0948b856667ac109a3d991 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-251,7
+251,7
@@
save_excursion_save ()
== current_buffer);
return Fcons (Fpoint_marker (),
- Fcons (Fcopy_marker (current_buffer->mark),
+ Fcons (Fcopy_marker (current_buffer->mark
, Qnil
),
Fcons (visible ? Qt : Qnil,
current_buffer->mark_active)));
}